RichTextKit v0.4

UndoGroup<T>.Insert Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: UndoGroup<T>

Inserts an unit to this group

public void Insert(int position, UndoUnit<T> unit);

Parameters

int position

The position at which the unit should be inserted

UndoUnit<T> unit

The UndoUnit to be inserted